Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing operators to prelude.kint #4477

Merged
merged 5 commits into from
Jun 25, 2024
Merged

Add missing operators to prelude.kint #4477

merged 5 commits into from
Jun 25, 2024

Conversation

anvacaru
Copy link
Contributor

@anvacaru anvacaru commented Jun 25, 2024

Adding new functions to the KInt module for Integer operations described in domains.md for:

  • integer arithmetic
  • integer min and max
  • integer absolute value

Adding docstrings to KInt module.
Adding labels for minInt, maxInt, and absInt.

@anvacaru anvacaru requested a review from tothtamas28 June 25, 2024 08:52
@anvacaru anvacaru self-assigned this Jun 25, 2024
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
@anvacaru anvacaru requested a review from tothtamas28 June 25, 2024 11:19
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
pyk/src/pyk/prelude/kint.py Outdated Show resolved Hide resolved
@anvacaru anvacaru merged commit 94a069d into develop Jun 25, 2024
18 checks passed
@anvacaru anvacaru deleted the kint branch June 25, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants